home *** CD-ROM | disk | FTP | other *** search
/ Amiga Collections: Amiga Amateur Radio User Group / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].zip / AARUG UK #81 (199x)(Amiga Amateur Radio User Group UK)(PD)[WB][G4DCV].adf / DisView / TIME < prev    next >
Text File  |  1995-05-21  |  3KB  |  88 lines

  1. ====                                              DEMONview [518]
  2. time
  3. ====
  4.  
  5. The 'time' commands set the NET internal time, and, optionally, 
  6. the PC's clock from the time on a remote server.
  7.  
  8. The commands are inline with the command line interpreter and
  9. should only be issued when connected to the gateway.
  10.  
  11. N.B. You must set the "TZ" environment variable for the 'time'
  12. commands to work correctly.  UK users should set "TZ=GMT0BST".
  13.  
  14. _________________________________________________________________
  15. time auto [on|off]
  16. _________________________________________________________________
  17. Display or set time auto mode. When set to 'on', the time is set 
  18. on first IP packet of new connection, and mail and news start to
  19. flow automatically.
  20.  
  21. >> Example:  time auto on
  22.  
  23.  
  24. _________________________________________________________________
  25. time delay [<seconds>]
  26. _________________________________________________________________
  27. Display or set the timer auto-kick delay.
  28.  
  29. >> Example:  time delay 10
  30.  
  31.  
  32. _________________________________________________________________
  33. time maxcorrect [<seconds>]
  34. _________________________________________________________________
  35. Display or set the maximum correction time. It is recommended to
  36. choose a correction limit of about 3900 seconds (65 minutes), in 
  37. case we're in a different timezone.
  38.  
  39. >> Example:  time maxcorrect 3900
  40.  
  41.  
  42. _________________________________________________________________
  43. time mincorrect [<seconds>]
  44. _________________________________________________________________
  45. Display or set the minimum correction time. If the difference
  46. between the time server clock and the PC clock is less than this
  47. time, do not make a correction.
  48.  
  49. >> Example:  time mincorrect 10
  50.  
  51.  
  52. _________________________________________________________________
  53. time read
  54. _________________________________________________________________
  55. Read the time server clock.
  56.  
  57. >> Example:  time read
  58.  
  59.  
  60. _________________________________________________________________
  61. time server [<timeserver_nodename>]
  62. _________________________________________________________________
  63. Display or set the time server host.
  64.  
  65. >> Example:  time server ntp.demon.co.uk
  66.  
  67.  
  68. _________________________________________________________________
  69. time set
  70. _________________________________________________________________
  71. Synchronise the PC clock with the time server clock.
  72.  
  73. >> Example:  time set
  74.  
  75.  
  76.  
  77.  
  78. >> Example of ~/autoexec.net usage:
  79. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  80. # Fire off the dialer.
  81. inline on
  82. dial sl0 dialer
  83. time server gate.demon.co.uk
  84. time read
  85. smtp kick
  86. nntp kick news.demon.co.uk
  87. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  88.